home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / tppop18c.arc / -READ.ME next >
Text File  |  1991-04-28  |  2KB  |  68 lines

  1. This package is Copyright (c)1988 Ross Neilson Wentworth, All Rights Reserved.
  2.  
  3. This package contains all of the necessary tools for the creation of
  4. TSR (Terminate and Stay Resident) programs with Turbo Pascal 4.0.
  5.  
  6.   Filename        Description
  7.   --------        ------------------------------------------------------
  8.   CATALOG.LST     List of other packages available
  9.   CRIT.ASM        Critical error handler source code
  10.   CRIT.OBJ        Linkable object module
  11.   CURSOR.ASM      Source to turn the cursor off and on
  12.   CURSOR.OBJ      Linkable object module
  13.   DICE.PAS        Unit source code for dice rolling
  14.   DICE.TPU        Compiled unit for dice rolling
  15.   FASTPUT.ASM     Fast screen writing for window borders
  16.   FASTPUT.ASM     Linkable object module
  17.   NODICE.PAS      Source for unload sample
  18.   POPDICE.PAS     Source code for example
  19.   POPUP.ASM       Low-level assembler code for creating TSR programs
  20.   POPUP.DOC       Document file
  21.   POPUP.OBJ       Linkable object module for low-level routines
  22.   POPUP.PAS       Source code for TSR unit
  23.   POPUP.TPU       Compiled unit for creating TSR programs
  24.   REMOVE.PAS      Universal program unloader
  25.   UNHOOK.PAS      High-level code for removing a TSR from memory
  26.   UNHOOK.TPU      Compiled unit for unloading stuff
  27.   UPPRCASE.ASM    Assembler routine to convert strings to uppercase
  28.   UPPRCASE.OBJ    Linkabe object module - used by POPDICE.PAS
  29.   WINDOWS.PAS     Simple windowing unit source code
  30.   WINDOWS.TPU     Compiled unit for windowing package
  31.  
  32. ==============================================================================
  33.  
  34. The following files are part of the "standard" pop up package:
  35.  
  36.   POPUP.ASM
  37.   POPUP.OBJ
  38.   POPUP.PAS
  39.   POPUP.TPU
  40.   POPUP.DOC
  41.   CRIT.ASM
  42.   CRIT.OBJ
  43.  
  44. The following are used for program removal:
  45.  
  46.   UNHOOK.PAS
  47.   UNHOOK.TPU
  48.   REMOVE.PAS
  49.  
  50. The following are part of the demos:
  51.  
  52.   DICE.PAS
  53.   DICE.TPU
  54.   POPDICE.PAS
  55.   NODICE.PAS
  56.  
  57. The following are universal support packages:
  58.  
  59.   UPPRCASE.ASM
  60.   UPPRCASE.OBJ
  61.   WINDOWS.PAS
  62.   WINDOWS.TPU
  63.   CURSOR.ASM
  64.   CURSOR.OBJ
  65.   FASTPUT.ASM
  66.   FASTPUT.OBJ
  67.  
  68.